{{tag>wiki}}
----
android-tools-adb
----
apt - get install android - outils - adb====== En-tête 1 ======
===== En-tête 2 =====
==== En-tête 3 ====
=== En-tête 4 ===
== En-tête 5 ==

====== Effets de caractères ======
**Gras** //Italique// __Souligné__ ''Code'' <del>Texte barré</del>

===== Liens =====
[[:accueil|interne]]
[[http://doc.ubuntu-fr.org/|externe]]
[[wp>interwiki]]

===== Listes =====
  - listes à puces
    * pommes
    * poires
    * abricots
  - listes numérotés 
    - pommes
    - poires
    - abricots
...

second test

<file php myexample.php>
<?php echo "hello world!"; ?>
</file>


<file php myexample2.php>
<?php echo "hello world2!"; ?>
</file>